home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / speed / UnitMainForm.dfm / UnitMainForm.txt
Encoding:
Text File  |  1997-06-08  |  3.7 KB  |  166 lines

  1. object frMainForm: TfrMainForm
  2.   Left = 115
  3.   Top = 90
  4.   Width = 606
  5.   Height = 413
  6.   Caption = 'Speeding Up Client Server'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 100
  19.     Width = 598
  20.     Height = 257
  21.     Align = alClient
  22.     DataSource = DataModule2.DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Color = clWindowText
  25.     TitleFont.Height = -14
  26.     TitleFont.Name = 'MS Sans Serif'
  27.     TitleFont.Style = []
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 598
  33.     Height = 100
  34.     Align = alTop
  35.     Caption = 'Panel'
  36.     TabOrder = 1
  37.     object laDataSourceState: TLabel
  38.       Left = 246
  39.       Top = 69
  40.       Width = 140
  41.       Height = 20
  42.       Caption = 'laDataSourceState'
  43.     end
  44.     object DBNavigator1: TDBNavigator
  45.       Left = -10
  46.       Top = 69
  47.       Width = 240
  48.       Height = 22
  49.       DataSource = DataModule2.DataSource1
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       TabOrder = 0
  53.     end
  54.     object GroupBoxTDatabase: TGroupBox
  55.       Left = 0
  56.       Top = 0
  57.       Width = 326
  58.       Height = 60
  59.       Caption = 'TDatabase'
  60.       TabOrder = 1
  61.       object buStartTransaction: TButton
  62.         Left = 10
  63.         Top = 20
  64.         Width = 109
  65.         Height = 30
  66.         Caption = 'StartTransaction'
  67.         TabOrder = 0
  68.         OnClick = buStartTransactionClick
  69.       end
  70.       object buCommit: TButton
  71.         Left = 128
  72.         Top = 20
  73.         Width = 92
  74.         Height = 30
  75.         Caption = 'Commit'
  76.         Enabled = False
  77.         TabOrder = 1
  78.         OnClick = buCommitClick
  79.       end
  80.       object buRollback: TButton
  81.         Left = 226
  82.         Top = 20
  83.         Width = 93
  84.         Height = 30
  85.         Caption = 'Rollback'
  86.         Enabled = False
  87.         TabOrder = 2
  88.         OnClick = buRollbackClick
  89.       end
  90.     end
  91.     object GroupBox1: TGroupBox
  92.       Left = 332
  93.       Top = 1
  94.       Width = 265
  95.       Height = 98
  96.       Align = alRight
  97.       Caption = 'Cached Updates'
  98.       TabOrder = 2
  99.       object ChBxCachedUpdates: TCheckBox
  100.         Left = 10
  101.         Top = 20
  102.         Width = 129
  103.         Height = 21
  104.         Caption = 'Cached Updates'
  105.         TabOrder = 0
  106.         OnClick = ChBxCachedUpdatesClick
  107.       end
  108.       object BuCancelUpdates: TButton
  109.         Left = 145
  110.         Top = 59
  111.         Width = 102
  112.         Height = 31
  113.         Caption = 'Cancel Updates'
  114.         Enabled = False
  115.         TabOrder = 1
  116.         OnClick = BuCancelUpdatesClick
  117.       end
  118.       object BuApplyUpdates: TButton
  119.         Left = 145
  120.         Top = 20
  121.         Width = 102
  122.         Height = 30
  123.         Caption = 'Apply Updates'
  124.         Enabled = False
  125.         TabOrder = 2
  126.         OnClick = BuApplyUpdatesClick
  127.       end
  128.     end
  129.   end
  130.   object MainMenu1: TMainMenu
  131.     Left = 280
  132.     Top = 8
  133.     object File1: TMenuItem
  134.       Caption = '&File'
  135.       ShortCut = 0
  136.       object N1: TMenuItem
  137.         Caption = '-'
  138.         ShortCut = 0
  139.       end
  140.       object Exit1: TMenuItem
  141.         Caption = 'E&xit'
  142.         ShortCut = 0
  143.       end
  144.     end
  145.     object OtherOptions1: TMenuItem
  146.       Caption = '&Other Options'
  147.       ShortCut = 0
  148.       object DisplayNetworkUserName1: TMenuItem
  149.         Caption = '&Display Network User Name'
  150.         ShortCut = 0
  151.         OnClick = DisplayNetworkUserName1Click
  152.       end
  153.       object StoredProcedureGet1: TMenuItem
  154.         Caption = 'Stored Procedure: Get Budget Info'
  155.         ShortCut = 0
  156.         OnClick = StoredProcedureGet1Click
  157.       end
  158.       object TwoThreadsForm1: TMenuItem
  159.         Caption = 'Two Threads Form'
  160.         ShortCut = 0
  161.         OnClick = TwoThreadsForm1Click
  162.       end
  163.     end
  164.   end
  165. end
  166.